+2004-10-28 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Destroy
+ the dialog with the parent. (#156557, Paolo Borelli)
+
2004-10-27 Matthias Clasen <mclasen@redhat.com>
* Bump version
+2004-10-28 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Destroy
+ the dialog with the parent. (#156557, Paolo Borelli)
+
2004-10-27 Matthias Clasen <mclasen@redhat.com>
* Bump version
+2004-10-28 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Destroy
+ the dialog with the parent. (#156557, Paolo Borelli)
+
2004-10-27 Matthias Clasen <mclasen@redhat.com>
* Bump version
+2004-10-28 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Destroy
+ the dialog with the parent. (#156557, Paolo Borelli)
+
2004-10-27 Matthias Clasen <mclasen@redhat.com>
* Bump version
if (parent)
{
gtk_window_set_transient_for (GTK_WINDOW (dialog), parent);
+ gtk_window_set_destroy_with_parent (GTK_WINDOW (dialog), TRUE);
g_object_set_data_full (G_OBJECT (parent), "gtk-about-dialog",
dialog, g_object_unref);
}